home *** CD-ROM | disk | FTP | other *** search
- #ifndef SHOWWEBHELP_H
- #define SHOWWEBHELP_H
-
- /*const int WOF_LOCATION = 0x1;
- const int WOF_MENUBAR = 0x2;
- const int WOF_RESIZABLE = 0x4;
- const int WOF_TOOLBAR = 0x8;
- const int WOF_STATUS = 0x10;
- const int WOF_SCROLLBARS = 0x20;
-
- const int SWH_TOP = 0;
- const int SWH_LEFT = 0;
- const int SWH_HEIGHT = 400;
- const int SWH_WIDTH = 400; */
-
- int ShowWebHelp(const char* pszCshFileName, int nTopicNumber, const char* pszTopicID, const char *pszRemoteURL);
- // those option do not support for C++ code now.
- // the reason is we can not eliminate the "Close window messageBox"
- // int nWindowOption = WOF_RESIZABLE|WOF_SCROLLBARS ,
- // int nTop = SWH_TOP, int nLeft = SWH_LEFT, int nHeight = SWH_HEIGHT, int nWidth = SWH_WIDTH);
- #endif